Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.notifications.web.actions--filters

This contribution is part of XML component org.nuxeo.ecm.platform.notifications.web.actions inside nuxeo-platform-notification-web-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter id="general_documents">
          <rule grant="false">
            <type>Root</type>
            <type>Domain</type>
            <type>WorkspaceRoot</type>
            <type>SectionRoot</type>
          </rule>
        </filter>
  • <filter id="manage_subscriptions">
          <rule grant="true">
            <permission>WriteSecurity</permission>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">

    <filter id="general_documents">
      <rule grant="false">
        <type>Root</type>
        <type>Domain</type>
        <type>WorkspaceRoot</type>
        <type>SectionRoot</type>
      </rule>
    </filter>

    <filter id="manage_subscriptions">
      <rule grant="true">
        <permission>WriteSecurity</permission>
      </rule>
    </filter>

  </extension>